home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / hqfax40.zip / FHSEND.BAT < prev    next >
DOS Batch File  |  1995-12-17  |  1KB  |  34 lines

  1. Echo off
  2. REM *********************************************************************/
  3. REM                                                                     */
  4. REM   SYSTEM       : FAXHAVEN                                           */
  5. REM   COPYRIGHT    : (c) 1994 HTF CONSULTING                            */
  6. REM                                                                     */
  7. REM *********************************************************************/
  8. REM                                                                     */
  9. REM   BAT file name: FHSEND.bat                                         */
  10. REM   DESCRIPTION  : Build and execute a user customized conversion     */
  11. REM                  procedure for EPSON to FAX w. View & Send options  */
  12. REM                  This Batch file does not Load or terminate BTS.com */
  13. REM                  it is owned and operated by FAXHAVEN as a slave    */
  14. REM                                                                     */
  15. REM *********************************************************************/
  16. REM
  17. CLS
  18. REM - Echo  Build and execute a customized Epson to FAX conversion procedure
  19. REM - Echo  Enter BREAK to abort or . . .
  20. REM   Echo %0 %1 %2 %3 %4 %5
  21. REM   Pause
  22.  
  23. EP2LQFAX.exe %1 %2 %3 %4 %5
  24. if errorlevel 90 goto Quit
  25. CLS
  26. Echo ====================
  27. Echo Conversion underway!
  28. Echo ====================
  29. CAll FAXIT.bat
  30. REM pause
  31. REM Pause
  32. :Quit
  33.  
  34.